home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / lib / NextPrinter / Server / PrintServerFilters.strings < prev    next >
Encoding:
Text File  |  1992-01-07  |  1.1 KB  |  35 lines

  1.  
  2. /* List of all the data translation filters */
  3.  
  4. "ConversionList" = "PSRIP/TextToPS/PSStream/PSMessages";
  5.  
  6. /* PSRIP: PostScript to frame buffers */
  7. "PSRIP/ClassName" =        "NXPSToFrames";
  8. "PSRIP/FormatIn" =        "PostscriptPages";
  9. "PSRIP/FormatOut" =         "Frames";
  10. "PSRIP/InCxtn" =        "PORT";
  11. "PSRIP/OutCxtn" =        "PORT";
  12.  
  13. /* TextToPS: ASCII text file to PostScript */
  14. "TextToPS/ClassName" =        "NXUnixFilter";
  15. "TextToPS/FormatIn" =        "TextStream";
  16. "TextToPS/FormatOut" =         "PostscriptStream";
  17. "TextToPS/InCxtn" =        "FD";
  18. "TextToPS/OutCxtn" =        "FD";
  19. "TextToPS/ProgramName" =    "/usr/bin/enscript";
  20. "TextToPS/ProgramArgList" =    "4/-qlp/1/-/";
  21.  
  22. /* PSStream: Preprocess PostScript stream before handing it to RIP */
  23. "PSStream/ClassName" =        "NXPSFile";
  24. "PSStream/FormatIn" =        "PostscriptStream";
  25. "PSStream/FormatOut" =         "PostscriptPages";
  26. "PSStream/InCxtn" =        "STREAM";
  27. "PSStream/OutCxtn" =        "PORT";
  28.  
  29. /* PSMessages: Preprocess PostScript Mach messages before handing job to RIP */
  30. "PSMessages/ClassName" =    "NXPSMessages";
  31. "PSMessages/FormatIn" =        "PostscriptMessages";
  32. "PSMessages/FormatOut" =     "PostscriptPages";
  33. "PSMessages/InCxtn" =        "PORT";
  34. "PSMessages/OutCxtn" =        "PORT";
  35.